home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
wild
/
support
/
wilf
/
firsttry
/
inlinefuncdemo.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-25
|
112b
|
17 lines
// not works !
void main()
{
int a,b;
b=1;
a={if (b&1)
return(0);
else
return(1);
}
}